home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / ace_readmes.lzx / CB_RandomFiles.readme < prev    next >
Text File  |  1999-08-07  |  929b  |  33 lines

  1. Short:    OS2.0+; random file support for ACE
  2. Author:   Frank Reibold
  3. Uploader: peterr@stud.uni-hannover.de
  4. Type:     dev/basic
  5. Kurz:     Direktzugriffsdateien unter ACE
  6.  
  7. The »CB_RandomFiles« package
  8. ============================
  9.  
  10. Unfortunately, the programming language ACE Basic 2.X does not
  11. support random access files.
  12.  
  13. The CB_RandomFiles package provides several functions for
  14. creating, reading and writing random access files. It consists
  15. of a header file, a sample application and a short manual.
  16.  
  17. All functions use the "dos.library", so they are really fast!
  18.  
  19. Before using the package, you should have a look at the manual
  20. and the example source to learn how to use the functions.
  21.  
  22. Have fun!
  23.  
  24. History
  25. -------
  26.  
  27. 2.00  Converted the header file to ACE 2.3.7. The source code of
  28.       the example source code is more readable now.
  29.  
  30.       The sample program is provided as an executable file, too.
  31.  
  32. 1.00  First public release.
  33.